Skip to main content

Restore Your Old Blurry Face Image (Face Restoration)


Now we have a tool to restore our old images which we have taken with a low configuration camera. It's time to restore our grandparents, parents, and child blurry photos. This tool is free of cost. 😇

Thanks to the GFPGAN team, who build this. 

Check the output:



Installation:

  • Download and install Python3
  • Download the zip file GFPGAN and unzip it.
  • Open the CMD and navigate to the GFPGAN folder.
  • Run this command pip3 install -r requirements.txt
  • Download ANACONDA and install it.
  • Download PYTORCH and in the package, choose pip.
  • Download and install CUDA.
  • Download the pre-trained model. GFPGANv1.3.pth is better to use.
  • Move the model file to {"GFPGAN-1.3.8\experiments\pretrained_models\"}.
  • Copy the blur face image to {"GFPGAN-1.3.8\inputs\whole_imgs\"}.
  • Run the command {"python inference_gfpgan.py"}. If you are using any other model, then use "python inference_gfpgan. py -v option". Check "python inference_gfpgan.py -h" option.

Make your older moments alive 😊😇

Comments